configuration / chassis0 / slots / [SLOT-ID] / [gns181_uc] / module / mrs / ref

CLI REST-API

max-time-deviation-follow

Max Time Deviation to follow
This is a read-write object and valid values are signed integers within a range of 1-3600000000000.

Datatype-Help:
value must be between 1 and 3600000000000.



Applies to modules


GPS167
GPS167SV
GPS170
GPS180
PZF180
GNS181_UC
GPS190
GNS181
GNS190

See also:
/configuration/chassis0/slots/[SLOT-ID]/[gns181_uc]/module/mrs/ref
/configuration/chassis0/slots/[SLOT-ID]/[gns181_uc]/module/mrs/ref/max-time-deviation-warmed-up
/configuration/chassis0/slots/[SLOT-ID]/[gns181_uc]/module/mrs/ref/max-step-size-first-sync
/configuration/chassis0/slots/[SLOT-ID]/[gns181_uc]/module/mrs/ref/max-correction-transition
/configuration/chassis0/slots/[SLOT-ID]/[gns181_uc]/module/mrs/ref/max-correction-warmed-up

REST-API Support:


This object is supported by the REST API:

Method: GET
URL: /api/configuration/chassis0/slots/.*/module/mrs/ref


Example using curl:
curl /api/configuration/chassis0/slots/.*/module/mrs/ref


Method: PATCH
URL: /api/configuration/chassis0/slots/.*/module/mrs/ref
Body:
{
  "max-time-deviation-follow": 1
}

Example using curl:
curl -X PATCH /api/configuration/chassis0/slots/.*/module/mrs/ref -d
{
  "max-time-deviation-follow": 1
}